SetKeyframeKeyRequest

data class SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String)

Represents request frame that can be used with CSS#setKeyframeKey operation call.

Modifies the keyframe rule key text.

See also

Constructors

SetKeyframeKeyRequest
Link copied to clipboard
fun SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String)

Properties

keyText
Link copied to clipboard
val keyText: String
range
Link copied to clipboard
val range: SourceRange
styleSheetId
Link copied to clipboard
val styleSheetId: StyleSheetId

Sources

jvm source
Link copied to clipboard